home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / mac / __cd_fun / __sports / hyperfoo.00 / card_3712.txt < prev    next >
Text File  |  1990-10-03  |  5KB  |  256 lines

  1. -- card: 3712 from stack: in.00
  2. -- bmap block id: 2977
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score1, score2
  9.  
  10.   put 0 into score1
  11.   put 0 into score2
  12.   hide card field 1
  13.   hide card field 2
  14.   hide card field 3
  15.   hide card field 4
  16.   hide card field 5
  17.   hide card button 2
  18.   hide card button 3
  19.   hide card button 5
  20.   hide card button 6
  21. end openCard
  22.  
  23.  
  24.  
  25. -- part 17 (button)
  26. -- low flags: 00
  27. -- high flags: 8002
  28. -- rect: left=181 top=61 right=100 bottom=239
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: Heads
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   global coin
  40.  
  41.   put true into coin
  42.   Cointoss
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 18 (button)
  48. -- low flags: 80
  49. -- high flags: 8002
  50. -- rect: left=261 top=152 right=190 bottom=353
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: TO RECEIVE
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   global team1,startt
  62.  
  63.   put true into team1
  64.   put true into startt
  65.   hide button 3
  66.   show card field 5
  67.   show button 5
  68.   show button 6
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 19 (button)
  74. -- low flags: 80
  75. -- high flags: 8002
  76. -- rect: left=150 top=152 right=190 bottom=242
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: TO KICK
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   global team1,startt
  88.  
  89.   put false into team1
  90.   put false into startt
  91.   hide button 2
  92.   show card field 5
  93.   show button 5
  94.   show button 6
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 20 (button)
  100. -- low flags: 00
  101. -- high flags: 8002
  102. -- rect: left=259 top=61 right=100 bottom=317
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Tails
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   global coin
  114.  
  115.   put false into coin
  116.   Cointoss
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 24 (field)
  122. -- low flags: 01
  123. -- high flags: 0002
  124. -- rect: left=98 top=30 right=49 bottom=406
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 0
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: 
  133.  
  134.  
  135. -- part 25 (field)
  136. -- low flags: 80
  137. -- high flags: 0002
  138. -- rect: left=94 top=30 right=49 bottom=413
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 0
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: 
  147.  
  148.  
  149. -- part 28 (field)
  150. -- low flags: 81
  151. -- high flags: 0002
  152. -- rect: left=118 top=111 right=130 bottom=391
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 0
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: 
  161.  
  162.  
  163. -- part 29 (field)
  164. -- low flags: 80
  165. -- high flags: 0002
  166. -- rect: left=101 top=117 right=136 bottom=405
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 0
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: 
  175.  
  176.  
  177. -- part 30 (field)
  178. -- low flags: 81
  179. -- high flags: 0002
  180. -- rect: left=132 top=206 right=225 bottom=363
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 0
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: 
  189.  
  190.  
  191. -- part 31 (button)
  192. -- low flags: 80
  193. -- high flags: 8002
  194. -- rect: left=146 top=237 right=287 bottom=238
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 8419 / 8419
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: Left to Right
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.   global dir
  206.  
  207.   put 0 into dir
  208.   hide button 6
  209.   Teamnames
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part 32 (button)
  215. -- low flags: 80
  216. -- high flags: 8002
  217. -- rect: left=258 top=237 right=287 bottom=351
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 17779 / 17779
  220. -- text alignment: 1
  221. -- font id: 0
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: Right to Left
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   global dir
  229.  
  230.   put 1 into dir
  231.   hide button 5
  232.   Teamnames
  233. end mouseUp
  234.  
  235.  
  236.  
  237. -- part contents for card part 24
  238. ----- text -----
  239. Human opponent has honors to call coin toss!
  240.  
  241.  
  242. -- part contents for card part 25
  243. ----- text -----
  244. Either player may choose to call the coin toss!
  245.  
  246. -- part contents for card part 28
  247. ----- text -----
  248. You have won the toss!  Please select:
  249.  
  250. -- part contents for card part 29
  251. ----- text -----
  252. You lost the toss!  Let your opponent select:
  253.  
  254. -- part contents for card part 30
  255. ----- text -----
  256. Please select the field direction: